|
Predefined variables take the following values: |
| ${NAME} |
|
Interface name. |
| ${NAMESPACE} |
|
Fully qualified name of the interface namespace without a leading slash. |
|
${DS}
|
|
Dollar sign, evaluates to a plain '$' character. |
|
${DATE}
|
|
Current system date |
|
${TIME}
|
|
Current system time |
| ${YEAR} |
|
Current year |
| ${MONTH} |
|
Current month |
| ${MONTH_NAME_SHORT} |
|
First 3 letters of the current month name. Example: Jan, Feb, etc. |
| ${MONTH_NAME_FULL} |
|
Full name of the current month. Example: January, February, etc. |
| ${DAY} |
|
Current day of the month |
| ${HOUR} |
|
Current hour |
| ${MINUTE} |
|
Current minute |
| ${SECOND} |
|
Current second |
| ${PROJECT_NAME} |
|
Name of the current project |
| ${USER} |
|
Current user |
|
${CARET}
|
|
Marks a position where the caret must be moved after the comment is added. |